:root {
    --primary-color: #BBEC4C;
    --secondary-color: #465DED;
    --dark-color: #000;
}

@font-face {
    font-family: N27-Regular;
    src: url('../assets/fonts/N27-Regular.otf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: N27-RegularItalic;
    src: url('../assets/fonts/N27-RegularItalic.otf');
    font-weight: normal;
    font-style: normal;
}

* {
    font-family: N27-Regular;
}

.body {
    background-color: #E5E5E5;
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family: N27-Regular;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    color: #000;
}

a {
    text-decoration: none !important;
}

.text-primary {
    color: var(--primary-color) !important;
}

.text-secondary {
    color: var(--secondary-color) !important;
}
.bg-secondary {
    background: var(--secondary-color) !important;
}

.text-green {
    color: #A2D09E !important;
}

.text-dark {
    color: var(--dark-color) !important;
}
.cursor-pointer{cursor:pointer;}

.bg-dark {
    background-color: var(--dark-color) !important;
}

.fw-2 {
    font-weight: 200 !important;
}

.fw-3 {
    font-weight: 300 !important;
}

.fw-4 {
    font-weight: 400 !important;
}

.fw-5 {
    font-weight: 500 !important;
}

.fw-6 {
    font-weight: 600 !important;
}

.fw-7 {
    font-weight: 700 !important;
}

.fw-8 {
    font-weight: 800 !important;
}

.fw-9 {
    font-weight: 900 !important;
}

.f-12 {
    font-size: 12px !important;
}

.f-14 {
    font-size: 14px !important;
}

.f-16 {
    font-size: 16px !important;
}
.f-17 {
    font-size: 17px !important;
}

.f-18 {
    font-size: 18px !important;
}

.f-20 {
    font-size: 20px !important;
}

.f-22 {
    font-size: 22px !important;
}

.f-24 {
    font-size: 24px !important;
}

.f-26 {
    font-size: 26px !important;
}

.f-45 {
    font-size: 45px !important;
}

.f-50 {
    font-size: 50px !important;
}

.f-70 {
    font-size: 70px !important;
}

.f-80 {
    font-size: 80px !important;
}

.f-100 {
    font-size: 100px !important;
}

.py-6 {
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.pt-6 {
    padding-top: 6rem !important;
}

.pt-7 {
    padding-top: 7rem !important;
}

.pt-8 {
    padding-top: 8rem !important;
}

.pb-6 {
    padding-bottom: 6rem !important;
}

.pb-7 {
    padding-bottom: 7rem !important;
}

.pb-8 {
    padding-bottom: 8rem !important;
}

section {
    background-color: #F7F1EC;
}

.topbar {
    background: linear-gradient(90deg, #BBEC4B 0%, #A3D29C 50%, #455BED 100%);
    text-align: center;
    padding: 10px;
}

.text-light {
    color: #676767 !important;
}

.topbar a {
    font-weight: 500;
    color: #000;
    font-size: 18px;
    margin: 0;
}

.topbar img {
    position: absolute;
    right: 15px;
    top: 16px;
}

.btn {
        padding: 14px 43px 14px 43px;
    border-radius: 0px;
    font-size: 20px;
    font-weight: 400;
}

.btn-dark,
.btn-dark:hover {
    background: #000000;
    border: 2px solid #FFFFFF;
    box-shadow: 0px 3.92664px 5.23552px #BBEC4B;
}

.btn-gredient,
.btn-gredient:hover {
    background: linear-gradient(90deg, #BBEC4B 0%, #A3D29C 50%, #455BED 100%);
    border: 2px solid #000000;
    box-shadow: 0px 6px 8px #BBEC4B;
    color: #000;
    transition:.3s;
}
.btn-lg{
        font-size: 30px !important;
    font-weight: 600 !important;
    padding: 20px 60px !important;
}
.btn-lg:hover{
    box-shadow: none !important;
}

.btn img {
    margin-left: 4px;
    margin-bottom: 3px;
}

.main-hero {
    background-image: url(../assets/images/main-hero.png);
    background-position: 100% 17%;
    background-size: contain;
    background-repeat: no-repeat;
    padding: 6rem 0;
}

ul.top-nav {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
}

ul.top-nav li a {
    color: #000;
    padding: 10px;
    margin-right: 20px;
}

ul.top-nav li a:hover {
    font-weight: 600;
}

ul.top-nav li a:hover:after {
    content: '';
    background: url(../assets/icon/rightup-arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    height: 25px;
    width: 18px;
}

.main-hero .main-content {
    line-height: 64px;
    font-size: 50px;
}

.getaddition {
    background: linear-gradient(90deg, #BBEC4B 0%, #A3D29C 50%, #455BED 100%);
    border-radius: 26px;
    padding: 100px 40px 45px;
    margin-top: -73px;
}

.fea-items .item {
    border: 1px solid #000000;
    border-radius: 27px;
    padding: 20px;
    text-align: center;
    margin-bottom: 25px;
        background: #f7f1ec;
}

.fea-items .item img {
    margin-bottom: 15px;
}

.fea-items .item p {
    margin: 0;
    font-size: 19px;
}

.container-fluid {
    padding-left: 120px;
    padding-right: 120px;
}

.fea-items .item.sky {
    background: #465DED;
    border: 1px solid #000000;
    box-shadow: 0px 6px 8px #465DED;
}

.fea-items .item.sky p {
    color: #fff
}

.fea-items .item.green {
    background: #BBEC4C;
    box-shadow: 0px 6px 8px #BBEC4B;
}
.vid-frame{
    border: 2px solid #000;
    border-radius: 12px;
    padding: 10px;
    padding-top: 40px;
    background: #f7f1ec;
    position:relative;
}
.vid-frame:before{
    content: '';
    border: 2px solid #000;
    position: absolute;
    width: 25%;
    height: 20px;
    top: 9px;
    border-radius: 20px;
}
.vid-frame:after{
    content: '';
    border: 2px solid #000;
    position: absolute;
    width: 10%;
    height: 20px;
    top: 9px;
    right:10px;
    border-radius: 20px;
}
.fea-items .item.light-green {
    background: #A2D09E;
    box-shadow: 0px 6px 8px #A2D09E;
}

.text-top-100{
    margin-top:-100px;
}
.whuselem .dark-box {
    background-color: var(--dark-color);
    display: flex;
    align-items: start;
    padding: 13px 20px;
}

.whuselem .box {
    display: flex;
    align-items: start;
    padding: 13px 20px;
}

.whuselem .dark-box img,
.whuselem .box img {
    width: 22px;
    margin-right: 12px;
    height: 22px;
    margin-top: 6px;
}

.box-darkcont {
    background-color: var(--dark-color);
    display: flex;
    align-items: start;
    padding: 13px 20px;
    translate: -52px;
}

.box-darkcont img {
    width: 22px;
    margin-right: 12px;
    height: 22px;
    margin-top: 6px;
}

.box-darkcont p {
    background: linear-gradient(90deg, #BBEC4B 0%, #A3D29C 50%, #455BED 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    margin: 0;
}

.outline-icn-box {
    width: 150px;
    height: 150px;
    background: #F7F1EC;
    border: 1px solid #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    margin-bottom: 30px;
}

.outline-icn-box img {
    width: 50px;
}

.outline-icn-box.light-green-shadow {
    box-shadow: 0px 6px 8px #BBEC4B;
}

.outline-icn-box.green-shadow {
    box-shadow: 0px 6px 8px #A2D09E;
}

.outline-icn-box.blue-shadow {
    box-shadow: 0px 6px 8px #465DED;
}

.usual-problems .box {
    border: 1px solid #000000;
    border-radius: 30px;
    padding: 50px 25px 10px;
    background: #f7f1ec;
}

.usual-problems .outline-icn-box {
    margin-top: -110px;
}

.our-slutions .box {
    display: flex;
    align-items: start;
    padding: 0px 20px;
}

.our-slutions .box.green {
    background: #BBEC4C;
    padding: 13px 20px 17px;
}

.our-slutions .box img {
    width: 22px;
    margin-right: 12px;
    height: 22px;
    margin-top: 6px;
}

.our-slutions .box.light-green {
    background: #A2D09E;
    padding: 13px 20px 17px;
}

.our-slutions .box.sky {
    background: #465DED;
    padding: 13px 20px 17px;
}

.vidframe-topneg {
    margin-top: -270px;
}

.text-gredient {
    background: linear-gradient(90deg, #BBEC4B 0%, #A3D29C 50%, #455BED 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.steps .box {
    display: flex;
    align-items: start;
    padding: 15px 20px 40px;
    position: relative;
}

.steps .box.green {
    background: #BBEC4C;
}

.steps .box.light-green {
    background: #A2D09E;
}

.steps .box.sky {
    background: #465DED;
}

.steps .box img {
    width: 22px;
    margin-right: 12px;
    height: 22px;
    margin-top: 6px;
}

.steps .searchimg {
    background: #000;
    width: 80%;
    border: 2px solid #fff;
    border-radius: 29px;
    display: flex;
    align-items: center;
    padding: 13px 28px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 50%);
    bottom: 0;
    text-align: left;
}

.steps .searchimg h2 {
    color: #fff;
    font-size: 26px;
    margin: 0;
    font-weight: 400;
}

.steps .selress-box {
    background: #000000;
    border: 2px solid #FFFFFF;
    border-radius: 50px;
    padding: 80px 50px 40px;
    width: 80%;
    position: relative;
    margin: auto;
    margin-top: -30px;
}

.steps .selress-box .searchimg {
    width: 100%;
    top: -34px;
    bottom: unset;
}

.steps .selress-box h2 {
    color: #fff;
    font-size: 26px;
}

.steps .box.sky .searchimg {
    background: linear-gradient(39.61deg, #BBEC4B 2.17%, #A3D29C 49.26%, #455BED 96.36%);
    border: 2px solid #FFFFFF;
}

.stockb-prchoice .item {
    background: #F7F1EC;
    border: 1px solid #000000;
    border-radius: 40px;
    padding: 60px 20px 15px;
    text-align: center;
    margin-bottom: 30px;
}

.stockb-prchoice .item img {
    margin-bottom: 30px;
}

.stockb-prchoice .item h3 {
    font-size: 32px;
    margin-bottom: 15px;
    font-weight: 500;
}

.stockb-prchoice .item.sky {
    background: #465DED;
    box-shadow: 0px 6px 8px #465ded;
}

.stockb-prchoice .item.sky h3,
.stockb-prchoice .item.sky p {
    color: #fff
}

.stockb-prchoice .item.green {
    background: #BBEC4B;
    box-shadow: 0px 9px 12px #BBEC4B;
}
.stockb-prchoice .item.light-green{
    background: #A2D09E;
    box-shadow: 0px 6px 8px #a2d09e;
}

.stockb-prchoice .top-neg {
    margin-top: -100px;
}

.wtsmoexe {
    background: linear-gradient(180deg, #F7F1EC 0%, #465DED 24.48%, #465DED 70.83%, #F7F1EC 100%);
}
.vid-sample {
    background: url(../assets/images/video-sample.png);
    padding: 20px;
    background-size: cover !important;
    border: 1px solid #000000;
    
    border-radius: 41px;
    margin-bottom: 40px;
    background-position: center !important;
}

.video-samples .content {
    position: absolute;
    bottom: 10px;
    width: 80%;
    left: 25px;
}

.vid-sample h3 {
    color: #fff;
    font-size: 32px;
    margin-bottom: 15px;
    font-weight: 500;
}

.vid-sample p {
    color: #fff;
    font-size: 14px;
    margin-bottom:0px;
    letter-spacing: 0.9px;
}
.vid-sample.exm1,
.vid-sample.exm5{
    padding-top: 142px;
}
.vid-sample.exm2,
.vid-sample.exm6{
    padding-top: 268px;
    filter: drop-shadow(0px 6px 8px #465DED);
}
.vid-sample.exm3,
.vid-sample.exm7{
    padding-top: 300px;
}
.vid-sample.exm4,
.vid-sample.exm8{
    padding-top: 142px;
    filter: drop-shadow(0px 9.11111px 12.1481px #BBEC4B);
}
.carousel-wrap {
    margin: 0px auto;
    padding: 0 5%;
    width: 100%;
    position: relative;
}
.vid-sample.exm2{
    background: url(../assets/images/stock-videos.jpg);
}
.vid-sample.exm1{
    background: url(../assets/images/audio.jpg);
}
.vid-sample.exm3{
    background: url(../assets/images/logos.jpg);
    background-size: contain;
}
.vid-sample.exm4{
    background: url(../assets/images/quotes.jpg);
}
.vid-sample.exm8{
    background: url(../assets/images/motion-bg.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
}
.vid-sample.exm6{
    background: url(../assets/images/vectors.jpg);
    background-size: cover;
}
.vid-sample.exm7{
    background: url(../assets/images/ecovers.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-color: #000;
}

/* fix blank or flashing items on carousel */

.owl-carousel .item {
    position: relative;
    z-index: 100;
    -webkit-backface-visibility: hidden;
}


/* end fix */

.owl-nav>div {
    margin-top: -26px;
    position: absolute;
    top: 50%;
    color: #cdcbcd;
}

.owl-container:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 50%;
    top: 0;
    left: 0;
    background: #f7f1ec;
}

.owl-nav i {
    font-size: 30px;
}

.owl-nav .owl-prev {
    left: -70px;
}

.owl-nav .owl-next {
    right: -70px;
}

.owl-nav .owl-prev,
.owl-nav .owl-next {
    height: 50px;
    width: 50px;
    background: #F7F1EC;
    color: #000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #000;
}

.owl-carousel .item {
    background: #F7F1EC;
    border: 2px solid #000000;
    border-radius: 21px;
    padding: 70px 25px 20px;
    position: relative;
}

.owl-carousel .item:after {
    content: '';
    position: absolute;
    width: 55%;
    height: 25px;
    border: 2px solid #000000;
    border-radius: 27px;
    top: 10px;
}

.owl-carousel .item:before {
    content: '';
    position: absolute;
    width: 15%;
    height: 25px;
    border: 2px solid #000000;
    border-radius: 27px;
    top: 10px;
    right: 25px
}

.owl-carousel .item .quotes {
    width: 22px;
    margin-bottom: 20px;
}

.owl-carousel .item h3 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 25px;
}

.owl-carousel .item .testim-img {
    height: 70px;
    width: 70px;
    border-radius: 20px;
    border: 2px solid #000;
    margin-right: 15px;
}
.darkelem4{
    position: absolute; bottom: 135px;  left: 22%;
}

.icon-bgwhite{
    height:50px;
    width:50px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#fff;
    margin: auto;
    margin-bottom: 50px;
}
.icon-bgwhite img{
    width:24px;
}
.getaddition.last {
    border-radius: 26px;
    padding: 50px 70px;
    margin-top: -140px;
}
.accordion-item {
    background-color: transparent;
    border: 0px;
        margin-bottom: 50px;
}
.accordion-button:after {
    background-image: url(../assets/icon/circle-arrow-down.svg);
    background-size: auto;
    width: 2rem;
    height: 2rem;
}
.accordion-button:not(.collapsed):after {
    background-image: url(../assets/icon/circle-arrow-up.svg);
    background-size: auto;
    width: 2rem;
    height: 2rem;
    transform: rotate(360deg);
}
.accordion-button {
    background: #F7F1EC !important;
    border: 2px solid #000000 !important;
    border-radius: 21px !important;
    color:#000;
    font-weight:700;
    align-items: start;
    font-size:22px;
}
.accordion-button span{
    width:90%;
}
.accordion-button:not(.collapsed) {
    color: #000;
}
.accordion-body {
    padding: 2.1rem 1rem 1.25rem;
    border: 2px solid #000;
    border-radius: 0px 0px 21px 21px;
    margin-top: -20px;
}
.accordion-button:focus {
    box-shadow: none;
}
.footer-menu{
        padding: 80px 0 50px 0;
    border-bottom: 1px solid #000000;
    margin-bottom: 50px;
}

.plus-unlimit{
    background: #f7f1ec;
    border-radius: 20px;
    border: 2px solid #000;
    margin-top: -100px;
    padding: 10px;
    position:relative;
}
.plus-unlimit .sub-plus{
    border: 2px solid #000;
    border-radius: 20px;
    padding: 20px;
}
.plus-unlimit:before {
    content: '';
    width: 20%;
    border: 2px solid #000;
    height: 57px;
    position: absolute;
    border-radius: 20px;
    left: 10px;
}
.plus-unlimit:after {
    content: '';
    width: 20%;
    border: 2px solid #000;
    height: 57px;
    position: absolute;
    border-radius: 20px;
    right: 10px;
    top: 10px;
}
.plus-unlimit-btm{
    background: linear-gradient(90deg, #BBEC4B 0%, #A3D29C 50%, #455BED 100%);
    border-radius: 26px;
    padding: 100px 40px 30px;
    margin-top: -73px;
    font-size: 20px;
}
.plus-unlim-fea .box-green,
.plus-unlim-fea .box-lightgreen,
.plus-unlim-fea .box-sky{
    background: #BBEC4C;
    box-shadow: 0px 6px 8px #bbec4b;
    padding: 30px;
    border-radius: 30px;
    border:2px solid #000;
    position:relative;
        min-height: 400px;
    display: flex;
    align-items: center;
}
.plus-unlim-fea .box-green img,
.plus-unlim-fea .box-lightgreen img,
.plus-unlim-fea .box-sky img{
    position: absolute;
    top: 50%;
    translate: 0 -50%;
    right: -80px;
    height: 340px;
    width: 370px;
    padding: 15px;
    background: #f7f1ec;
    border-radius: 20px;
    /* background: linear-gradient(90deg, #BBEC4B 0%, #A3D29C 50%, #455BED 100%); */
    box-shadow: -1px 1px 5px #000;
}
.plus-unlim-fea .box-lightgreen{
    background: #A2D09E;
     box-shadow: 0px 6px 8px #A2D09E;
}
.plus-unlim-fea .box-lightgreen img{
        right: unset;
    left: -80px;
    translate: 0 -50%;
}
.plus-unlim-fea .box-sky {
    background: #465DED;
     box-shadow: 0px 6px 8px #465DED;
}
.prc-card {
    border: 3px solid #000;
    border-radius: 30px;
    margin-bottom: 40px;
}
.prc-card .card-top {
    background: #BBEC4B;
    box-shadow: 0px 9px 12px #bbec4b;
    border: 3px solid #000;
        border-radius: 0px 0px 40px 40px;
    padding: 20px;
    width: 101.2%;
    margin-left: -3px;
    margin-top: -3px;
    margin-bottom: 60px;
    text-align:center;
}
.prc-card.card2 .card-top{
    background: #465DED;
    box-shadow: 0px 6px 8px #465ded;
}

.prc-card .card-top h3 {
    font-size: 38px;
    font-weight: 700;
    /*color: #fff;*/
}
.prc-card .card-top .prc{
    /*color: #fff;*/
    font-size: 80px;
    font-weight: 700;
    line-height: 1;
}
.prc-card ul{
    padding: 28px;
    padding-top: 0;
    margin:0px;
    list-style:none;
}
.prc-card ul li{
    display: flex;
    align-items: center;
    font-size: 22px;
    color: #676767;
        margin-bottom: 22px;
}
.prc-card ul li strong{
    color:#000;
}
.prc-card ul li.not span{
    text-decoration:line-through;
    color:#ccc;
}
.prc-card ul li i{
   height: 30px;
    width: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000;
    padding: 10px;
    padding-top: 12px;
    margin-right: 10px;
    color: #fff;
    font-size: 17px;
}
.prc-card ul li i.fa-times {
    background: var(--bs-danger);
}
.money-back {
    border: 4px dashed #000;
    border-radius: 40px;
    padding: 20px;
}
footer {
    background: #f7f1ec;
}
footer ul{
    display:flex;
    align-items:center;
    padding:0;
    margin:0;
    list-style:none;
    justify-content:end;
}
footer ul a{
    color:var(--secondary-color);
    margin:3px 7px;
}
.border-top-2{
    border-top: 2px solid #000000;
}
.dfy-stck-img img{
    border-radius:20px;
    border:2px solid #000;
    margin-bottom:25px;
}
.light-green-shadow {
    box-shadow: 0px 6px 8px #BBEC4B;
}

.green-shadow {
    box-shadow: 0px 6px 8px #A2D09E;
}

.blue-shadow {
    box-shadow: 0px 6px 8px #465DED;
}
.bonus-img{
    background: transparent !important;
    padding: 0px !important;
    box-shadow: none !important;
    scale:1.3
}


.exampla-vid .box {
    background: #F7F1EC;
    border: 2px solid #000000;
    border-radius: 21px;
    padding:62px 25px 15px;
    position: relative;
        margin-bottom: 50px;
}
.exampla-vid .box img{
    border:2px solid #000;
    border-radius:21px;
    margin-bottom:18px;
}
.exampla-vid .box:after {
    content: '';
    position: absolute;
    width: 55%;
    height: 25px;
    border: 2px solid #000000;
    border-radius: 27px;
    top: 15px;
    left:25px;
}
.exampla-vid .box:before {
    content: '';
    position: absolute;
    width: 15%;
    height: 25px;
    border: 2px solid #000000;
    border-radius: 27px;
    top: 15px;
    right: 25px;
}
.seller-demoimg img{
    border-radius:21px;
    border:2px solid #000;
    height:100%;
        background: #fffeff;
}
.seller-demoimg2 {
    border-radius: 21px;
    border: 2px solid #000;
    background: #fff;
    overflow: hidden;
    margin-bottom: 40px;
}



.privacy-terms h2{
    font-weight:700;
}

.privacy-terms p{
    font-size:18px;
}

.track-shape {
    border: 2px solid #000;
    border-radius: 40px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px;
    background: #f1f3f4;
    margin-bottom:70px;
}


.sect-title h4{
    font-size:40px;
    margin-bottom:0px;
}

.quoteee .vid-frame img{
    max-height:402px;
    width:100%;
    
}

.quoteee .vid-frame{
    text-align:center;
}

.padding--s{
    padding:30px 0px;
}

.Illustratio .vid-frame img{
    max-height:302px;
    width:100%;
}

.Illustratio .vid-frame{
    text-align:center;
}

.iconsss .vid-frame{
    text-align:center;
}

.loooogo .vid-frame img{
    max-height:157px;
    width:100%;
}

.loooogo .vid-frame {
    text-align:center;
}

.stickkke .vid-frame {
    text-align:center;
}

.stickkke .vid-frame img{
    max-height:278px;
}


.wjhh .icons img{
    max-width:50px;
}

.wjhh .icons{
    text-align:center;
}

.manhi{
        background-color: #dbdbdb;
}





@media (max-width: 1400px) {
    .main-hero .main-content {
        font-size: 42px;
    }
    .container-fluid.menu {
        padding-left: 80px;
        padding-right: 80px;
    }
    .getaddition h1{
            font-size: 2.3rem;
    }
    .f-45 {
        font-size: 40px !important;
    }
    .f-50 {
        font-size: 40px !important;
    }
    .outline-icn-box {
        width: 120px;
        height: 120px;
    }
    .f-80 {
        font-size: 70px !important;
    }
    .f-100 {
        font-size: 80px !important;
    }
    .top-neg.fr{
        margin-top:0px;
    }
    .video-samples .content h3 {
        color: #fff;
        font-size: 26px;
        margin-bottom: 10px;
    }
    .owl-carousel .item h3 {
        font-size: 24px;
    }
    .darkelem4 {
        left: 15%;
    }
    .vid-sample.exm1, .vid-sample.exm5 {
        padding-top: 70px;
    }
    .vid-sample.exm2, .vid-sample.exm6 {
        padding-top: 150px;
    }
    .vid-sample.exm3, .vid-sample.exm7 {
        padding-top: 180px;
    }
    .vid-sample.exm4, .vid-sample.exm8 {
        padding-top: 70px;
    }
    .plus-unlimit:before,
    .plus-unlimit:after{
        height: 46px;
    }
    .bonus-img{
        scale:1;
    }
}

@media (max-width: 1200px) { 
    .owl-nav .owl-next {
        right: -40px;
    }
    .owl-nav .owl-prev {
        left: -40px;
    }
    .plus-unlim-fea .box-green img, .plus-unlim-fea .box-lightgreen img, .plus-unlim-fea .box-sky img {
        height: 310px;
        width: 325px;
    }
    
}

@media (max-width: 991px) {  
    .container-fluid {
        padding-left: 80px;
        padding-right: 80px;
    }
    .text-top-100{
        margin-top:0px;
    }
    .usual-problems .box {
        margin-bottom: 80px;
    }
    .our-slutions .box {
        margin-bottom: 25px;
    }
    .steps .box.green {
        margin-bottom: 60px;
    }
    .steps .selress-box{
        margin-bottom: 50px;
    }
    .steps .box.sky {
        margin-bottom: 60px;
    }
    .darkelem4 {
        left: 0%;
            bottom: 225px;
    }
    .plus-unlim-fea .box-green, .plus-unlim-fea .box-lightgreen, .plus-unlim-fea .box-sky{
        margin-top:250px;
        min-height:unset;
        padding-top:70px;
    }
    .plus-unlim-fea .box-green img, .plus-unlim-fea .box-lightgreen img, .plus-unlim-fea .box-sky img{
        top: -100px;
        left: 50%;
        translate: -50% -50%;
    }
    footer ul {
        justify-content: center;
            flex-wrap: wrap;
    }
}

@media (max-width: 767px) {  
    .main-hero .main-content {
        font-size: 38px;
        line-height: 45px;
    }
    .f-100 {
        font-size: 65px !important;
    }
    .f-80 {
        font-size: 58px !important;
    }
     .darkelem4 {
        display:none;
    }
    .owl-nav .owl-prev {
        left: -20px;
    }
    .owl-nav .owl-next {
        right: -20px;
    }
    .getaddition.last {
    padding: 40px;
    }
    .top-neg.sm{
        margin:0px;
    }
    .icon-bgwhite {
        margin-bottom: 25px;
    }
    
}

@media (max-width: 580px) { 
    .container-fluid.menu,
    .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
    }
    .box-darkcont {
        translate: 0px;
    }
    .getaddition h1 {
        font-size: 2rem;
    }
    .f-70 {
        font-size: 50px !important;
    }
    .f-80 {
        font-size: 55px !important;
    }
    ul.top-nav li a {
        margin-right: 5px;
    }
    .introduc-unlim{
        font-size:50px !Important;
    }
    footer ul a {
        margin: 5px;
        font-size: 14px;
    }
}

@media (max-width: 480px) { 
    .introduc-unlim{
        font-size:40px !Important;
    }
    .txt-sm{
        font-size:40px !Important;
    }
    
}

@media (max-width: 400px) {  }